home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / DATABASE / MPLUS13.ZIP / MPINFO.TXT < prev    next >
Encoding:
Text File  |  1994-11-15  |  16.1 KB  |  322 lines

  1.                                 M - P L U S
  2.                         G E T T I N G   S T A R T E D
  3.                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.    QUICK START:
  6.    To run the program from a DOS prompt, enter: MPLUS
  7.    To read the on-disk manual, enter: MPDOC1
  8.  
  9.    REVIEWERS: If you intend to review this software for publication, please
  10. contact us to make sure you have the most recent version and that the
  11. ordering information supplied to your readers will be accurate. We would
  12. appreciate receiving a tearsheet or copy of any published reviews. Thank
  13. you!
  14.  
  15.    ALWAYS MAKE A BACKUP COPY of the original disk before you do anything.
  16. (See the DISKCOPY command in your DOS manual.) Put the original in a safe
  17. place, and use the copy as the master disk when you install the program.
  18.    Note that in all of the following examples, if your drive letters or
  19. directory names are different, you can simply use the same command, but
  20. with your actual drive letter and directory name. For example, we refer to
  21. the floppy drives as drive A and drive B. If yours are really called drive
  22. D and drive E, then use D and E instead of A and B. In our hard disk
  23. example, the subdirectory is called MPLUS. But you can name it something
  24. else. For example, if you name it MAIL, just use MAIL in the command
  25. instead of MPLUS.
  26.    The following instructions assume the files on your disk are NOT
  27. archived. If you have received the files in archived format, refer to the
  28. installation instructions that came with your disk.
  29.  
  30.    INSTALLING TO A HARD DISK: The first thing you need to do is create a
  31. subdirectory on the hard disk. (If the subdirectory has already been
  32. created, you don't have to create it now.) For example, if you decide to
  33. name the subdirectory MPLUS, you would start at your C> prompt, and use the
  34. following sequence of commands:
  35.  
  36.    CD\
  37.    MD MPLUS
  38.    CD \MPLUS
  39.  
  40. Now put the master disk in the A drive and enter this command:
  41.  
  42.    COPY A:*.*
  43.  
  44. You should see all the files being copied. When the copying is finished,
  45. you are ready to run the program.
  46.  
  47.    INSTALLING TO A FLOPPY DISK WHEN YOU HAVE TWO FLOPPY DRIVES: Put the
  48. master disk in drive A. Put a new, formatted disk in drive B. Enter this
  49. command:
  50.  
  51.    COPY A:*.* B:
  52.  
  53.    You should see the files being copied to the disk in the B drive. When
  54. all the files have been copied, the B disk is your working disk. You can
  55. move  the B disk to the A drive and use it there if you prefer.
  56.    Important Note: M-PLUS cannot be run on 360K floppy disks. Your floppy
  57. disk must have a capacity of 720K or more. For greatest efficiency and
  58. maximum storage capacity, we urge you to install the software to your hard
  59. disk.
  60.  
  61.    INSTALLING TO A FLOPPY DISK WHEN YOU HAVE ONE FLOPPY DRIVE: Put the
  62. master disk in drive A. Have a new disk ready. Enter this command:
  63.  
  64.    DISKCOPY A: B:
  65.  
  66.    The computer will display messages telling you when to put the "source
  67. disk" or the "target disk" into the drive. The "source disk" is your master
  68. disk. The "target disk" is your new disk. When all the files have been
  69. copied, the "target" disk is your working disk.
  70.    Important Note: M-PLUS cannot be run on 360K floppy disks. Your floppy
  71. disk must have a capacity of 720K or more. For greatest efficiency and
  72. maximum storage capacity, we urge you to install the software to your hard
  73. disk.
  74.  
  75.    NEED MORE SPACE? If you are running programs on floppy disks you may not
  76. have enough disk space for the data files created by the program. You can
  77. remove the documentation files, which the program does not need, from your
  78. working disk. However, these files contain important information which you
  79. will need for reference, so do not delete them from your master disk. To
  80. delete the documentation files, put the working disk in the A drive and
  81. enter this command:
  82.  
  83.    DEL A:*.TXT
  84.  
  85.    PROGRAM FILES: Program files can be identified by the extension EXE or
  86. COM after the file name. To run the program, simply type its name. For
  87. example, if you have a program named MPLUS.EXE, type MPLUS and press
  88. <ENTER>.
  89.  
  90.    DOCUMENTATION AND INSTRUCTIONS: The on-disk manual has been divided into
  91. two parts, each of which appears in an executable file. Part One is
  92. MPDOC1.EXE, and Part Two is MPDOC2.EXE. To view the manual from the DOS
  93. prompt, type MPDOC1 or MPDOC2 and press <ENTER>. You can page through the
  94. document on screen, or print it by pressing <ALT><P>. For  a list of
  95. helpful commands, press <F1>.
  96.    All features of M-PLUS are documented in the on-disk manual. To save
  97. disk space, this manual does not contain all of extra explanatory material
  98. and examples which are included in the printed manual provided to
  99. registered users. The printed manual also includes a table of contents and
  100. index.
  101.    Files which have the DOC or TXT extension are ASCII format files (also
  102. called DOS Text files) which can be viewed or printed using DOS commands.
  103. For example, if you have a typical setup, you can print a document called
  104. MPINFO.TXT using this command:  TYPE MPINFO.TXT > PRN
  105.    To view this file on screen, you would enter: TYPE MPINFO.TXT | MORE
  106. (Successful use of MORE assumes that the correct DOS files are in your
  107. path. If this is not the case, you can simply use TYPE MPINFO.TXT, but the
  108. file may scroll up out of view.)
  109.    You can also view and print this kind of file with text viewing
  110. utilities, and with most word processors, using "ASCII", "DOS Text" or
  111. "Non-document" format.
  112.  
  113.    CHANGES AND UPDATES: Sometimes changes are made in a program after the
  114. manual is completed. Information about such changes will appear on disk in
  115. a text file called UPDATE.TXT. If this file appears on your disk, you
  116. should read it to get the latest important information about the software.
  117.  
  118.    NEW VERSIONS: Sometimes a new version of a program will ask permission
  119. to update your data files. Do not answer "yes" unless you have already made
  120. a backup copy of your data. Don't copy the backed-up data back into the
  121. directory after the files have been updated. This backup is simply
  122. insurance against data damage or loss. You should make backups regularly.
  123.  
  124.    BE SMART!  Before installing new versions of any software, make backups
  125. of all the old files. This protects you in case of an error during the
  126. installation/update process. Remember that power surges, hardware failure,
  127. and user errors can all lead to data loss or damage. Make backups of your
  128. data on a regular basis. If you wonder how often you need to back up your
  129. word processing documents, mailing lists, spreadsheets, etc., ask yourself,
  130. "How many days worth of work can I afford to lose?" We recommend that you
  131. use a system of three or more sets of backup disks which you rotate on a
  132. daily basis. That way, if something unfortunate happens to one set of
  133. backups, you will have another set available. A few minutes spent making
  134. daily backups can save you hours of heartbreaking work trying to recreate
  135. lost data.
  136.  
  137.    BAD DISK? It seems that in hot weather we sometimes get complaints about
  138.  
  139. "bad" or unreadable disks. Floppy disks are susceptible to heat, moisture
  140. and magnetism. A disk that sits all day in a hot mailbox or truck where
  141. temperatures exceed 100 degrees is likely to be damaged. Disks which have
  142. been exposed to magnetism may become unreadable.
  143.    Before assuming a disk is bad, try it on another computer. It may be
  144. that your computer's drive heads are dirty or slightly misaligned. Suspect
  145. this if you often get disk error messages with different disks. An
  146. inexpensive head cleaning kit may help solve the problem.
  147.    With 5.25" disks, sometimes the round disk gets trapped inside its
  148. square  casing and generates an error because it can't rotate freely.
  149. Remove the  disk from the drive and tap each of the four edges sharply on
  150. the surface  of your desk. This may loosen the disk. Try reading the disk
  151. again.
  152.    Several popular utility packages have features that can sometimes
  153. revive unreadable disks.
  154.    In any case, if we sent you an unreadable disk, we will be happy to
  155. replace it with a fresh copy of the same program. If you received a bad
  156. disk from a vendor, the vendor should replace it.
  157.  
  158.    SUPPORT: This software has been thoroughly tested, and complete
  159. instructions are contained in the user's manual.
  160.    For fast, reliable answers to your questions, visit the R.K. West
  161. section on CompuServe. GO RKWEST. You'll also be able to download
  162. 30-day evaluation versions of our new products in Library 9.
  163.    Support by mail is FREE. Mail support to registered users is generally
  164. unlimited. (However, we reserve the right to terminate support to users who
  165. in our judgment are unreasonable or abusive, or who have system problems or
  166. personal difficulties which transcend the scope of this software.)
  167. Unregistered users: We appreciate receiving a self-addressed, stamped
  168. envelope with your inquiry. Free support to unregistered users will be
  169. limited to getting you up and running, or responding to error messages.
  170.    Additional methods of support may be available as described in the
  171. program documentation or in the materials given to registered users.
  172.  
  173.    SOFTWARE LICENSE AND WARRANTY INFORMATION: See the file VENDINFO.DIZ
  174.  
  175.    SITE LICENSING: A site license is an inexpensive way for more than
  176. one person to legally use one copy of a program on more than one computer
  177. at a time. Site licenses are designed for companies, offices or workgroups
  178. where more than one person in the organization needs to use a product, but
  179. does not need additional manuals or disks. Site licensing enables
  180. companies, departments, government agencies, etc., to equip their personnel
  181. with the tools they need at a minimal cost.
  182.    Here's the gist of how it works:  The company purchasing a site license
  183. (the licensee) provides a single point of contact for shipping, technical
  184. support, upgrades, etc., and we (the licensor) provide "golden masters" of
  185. the diskettes, manuals, and any other parts of the package.
  186.    The following chart gives a breakdown of the cost of site licensing and
  187. how much you save per site licensed. For instance, if the normal
  188. registration fee for one copy of the software is $39.00, and you purchase a
  189. site license for 11 users (sites) your cost will be $300.30, which saves
  190. you $128.70 of the cost of 11 separate purchases. The more sites you
  191. license, the more you save.
  192.  
  193. SAMPLE SITE LICENSING CHART FOR A PROGRAM WITH A $39.00 REGISTRATION PRICE:
  194.  
  195.                         Discount      Price Per      Savings
  196.         Quantity       Percentage       Unit         Per Unit
  197.  
  198.          5 -  10          25%          $29.25         $ 9.75
  199.         11 -  15          30%          $27.30         $11.70
  200.         16 -  20          33%          $26.13         $12.87
  201.         21 -  25          36%          $24.96         $14.04
  202.         26 -  30          39%          $23.79         $15.21
  203.         31 -  40          42%          $22.62         $16.38
  204.         41 -  50          45%          $21.45         $17.55
  205.         51 -  60          48%          $20.28         $18.72
  206.         61 -  70          51%          $19.11         $19.89
  207.         71 -  80          54%          $17.94         $21.06
  208.         81 -  90          57%          $16.77         $22.23
  209.         91 - 100          60%          $15.60         $23.40
  210.            101+           By special arrangement
  211.  
  212. To receive a complete site licensing agreement, or to obtain further
  213. information, please contact R.K. West Consulting, PO Box 8059, Mission
  214. Hills CA 91346, USA; FAX 818-366-1737; CIS 74774,403.
  215.  
  216.    SHAREWARE: The term "Shareware" describes a marketing method in which
  217. copyrighted programs circulate among users for purposes of evaluation. This
  218. gives you the option to "Try Before You Buy". Using this system, the author
  219. of a program typically allows you to try the program for up to 30 days
  220. before payment is required. The exact terms of evaluation vary from author
  221. to author, so be sure to check the documentation of the programs you
  222. evaluate.
  223.    Any fee you pay to a disk vendor is simply a distribution fee, and does
  224. not cover the cost of the program itself. Programs which are used beyond
  225. the author's prescribed evaluation period require separate payment to the
  226. author. By making payment to the author you obtain a legal right to use the
  227. software, and encourage the continued development of quality software
  228. within the Shareware channel.
  229.    The process of paying for the software is called "registration". The
  230. exact benefits of registration vary from author to author, but many authors
  231. will offer one or more of the following: a current version, technical
  232. support, a printed manual, free or discounted upgrades, bonus utilities or
  233. special offers. Consult the registration information included with each
  234. program for specific details.
  235.  
  236.    REGISTRATION: When you register (pay) for M-PLUS, you will receive:
  237.  
  238.    * A copy of the most recent version of the program, without any
  239.      registration reminders.
  240.  
  241.    * A printed, indexed manual.
  242.  
  243.    * A license to use the program permanently.
  244.  
  245.    * Technical support by fax, mail, and CompuServe.
  246.  
  247.    * Your choice of one free program as listed on the registration form.
  248.  
  249.    * Notice of upgrades, new releases, and new products.
  250.  
  251.    * Discounts on upgrades and other products.
  252.  
  253. This software is produced by a member of the Association of Shareware
  254. Professionals (ASP). ASP wants to make sure that the shareware principle
  255. works for you. If you are unable to resolve a shareware-related problem
  256. with an ASP member by contacting the member directly, ASP may be able to
  257. help. The ASP Ombudsman can help you resolve a dispute or problem with an
  258. ASP member, but does not provide technical support for members' products.
  259. Please write to the ASP Ombudsman at 545 Grover Rd., Muskegon MI
  260. 49442-9427, or send a Compuserve Mail message to ASP Ombudsman 70007,3536.
  261.  
  262.         ┌─────────┐
  263.   ┌─────┴───┐     │              (R)
  264. ──│         │o    │──────────────────
  265.   │   ┌─────┴╨──┐ │  Association of
  266.   │   │         │─┘  Shareware
  267.   └───│    o    │    Professionals
  268. ──────│    ║    │────────────────────
  269.       └────╨────┘    MEMBER
  270. To:  R.K. West Consulting                     M-PLUS REGISTRATION
  271.      PO Box 8059
  272.      Mission Hills CA 91346, USA
  273.  
  274.  Your Name: ________________________________________________
  275.  
  276.  Address: __________________________________________________
  277.  
  278.           __________________________________________________
  279.  
  280.           __________________________________________________
  281.  
  282.  Phone:   __________________________________________________
  283.  
  284.  _____ Registered versions @ $39.00 each:            _________________
  285.  
  286.  _____ Shipping to Canada $3.00                      _________________
  287.  
  288.  _____ Shipping outside North America $6.00          _________________
  289.  
  290.  NOTE: Disk size is 3.5" only       TOTAL ENCLOSED:  _________________
  291.  
  292.  Free Bonus Program! Pick ONE:
  293.  
  294.  ___ Cliche Finder   ___ ESP Test   ___ Practical Jokes   ___ Shareware
  295.  
  296.  All prices are in U.S. dollars, checks drawn on and payable through a U.S.
  297.  bank. You may register by credit card through Public (Software) Library.
  298.  In the USA call 800-242-4775. Others, call 713-524-6394. These numbers are
  299.  for orders only. You can Fax a credit card order to PsL at 713-524-6398;
  300.  or mail it to: PSL, P.O. Box 35705, Houston TX 77235; or order on
  301.  CompuServe from 71355,470. Visa, MasterCard, Discover, American Express.
  302.  Please do not mail credit card orders to R.K. West (and do not mail checks
  303.  to PSL).
  304.  
  305.  Tell us where you found this program! _______________________________
  306.  
  307.    ___________________________________________________________________
  308.  
  309.  Important: If you purchased this disk from a rack, bin, shelf or package
  310.             in a retail store, grocery, airport, bookshop, etc., or found
  311.             it on CD-ROM, please include the company name or brand-name
  312.             logo from the disk package or label, and other information,
  313.             such as address and phone, identifying the company that
  314.             actually produced the disk.
  315.  
  316.    ___________________________________________________________________
  317.  
  318.    ___________________________________________________________________
  319.  
  320.    ___________________________________________________________________
  321.  
  322.  What are your comments about M-PLUS? (Use other side if needed)